home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / show / retflick.lha / time_routines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-19  |  423 b   |  15 lines

  1. /* time_routines.h
  2.    This is the header file to accompany time_routines.c
  3.    Copyright © 1993 Robert Poole
  4. */
  5.  
  6. #define NUM_TIME_SLOTS 4
  7.  
  8. int setup_timer(void);
  9. void dispose_timer_resources(void);
  10. void synchronous_wait(unsigned long, unsigned long);
  11. void asynchronous_wait(unsigned long, unsigned long);
  12. void wait_asynch_finish(void);
  13. void queue_asynch_wait(int, unsigned long, unsigned long);
  14. int queue_next_finish(void);
  15.